Add Method

Summary
Adds an item to the ICollection.
Syntax
C#
VB
C++
public void Add( 
   T item 
) 
  
Public Sub Add( _ 
   ByVal item As T _ 
)  
public: 
void Add(  
   T^ item 
)  

Parameters

item
The object to add to the ICollection.

Exceptions

ExceptionDescription
System.NotSupportedExceptionThe ICollection is read-only.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.